home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / Managed / AudioVideo / Player / Player.csproj < prev    next >
Encoding:
Text File  |  2004-09-27  |  6.6 KB  |  172 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{590A8218-FEA6-481D-AFC5-7F3287B14A38}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "Player"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "Player"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "true"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "true"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "bin\Debug\"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "true"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = ""
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "false"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "bin\Release\"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System"
  69.                     AssemblyName = "System"
  70.                 />
  71.                 <Reference
  72.                     Name = "System.Drawing"
  73.                     AssemblyName = "System.Drawing"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.Windows.Forms"
  77.                     AssemblyName = "System.Windows.Forms"
  78.                 />
  79.                 <Reference
  80.                     Name = "Microsoft.DirectX"
  81.                     AssemblyName = "Microsoft.DirectX"
  82.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  83.                 />
  84.                 <Reference
  85.                     Name = "Microsoft.DirectX.AudioVideoPlayback"
  86.                     AssemblyName = "Microsoft.DirectX.AudioVideoPlayback"
  87.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  88.                 />
  89.                 <Reference
  90.                     Name = "Microsoft.DirectX.Direct3D"
  91.                     AssemblyName = "Microsoft.DirectX.Direct3D"
  92.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  93.                 />
  94.                 <Reference
  95.                     Name = "Microsoft.DirectX.Direct3DX"
  96.                     AssemblyName = "Microsoft.DirectX.Direct3DX"
  97.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  98.                 />
  99.             </References>
  100.         </Build>
  101.         <Files>
  102.             <Include>
  103.                 <File
  104.                     RelPath = "AudioVideoPlayer.cs"
  105.                     SubType = "Form"
  106.                     BuildAction = "Compile"
  107.                 />
  108.                 <File
  109.                     RelPath = "Common\dxmut.cs"
  110.                     Link = "..\..\Common\dxmut.cs"
  111.                     SubType = "Code"
  112.                     BuildAction = "Compile"
  113.                 />
  114.                 <File
  115.                     RelPath = "Common\dxmutdata.cs"
  116.                     Link = "..\..\Common\dxmutdata.cs"
  117.                     SubType = "Code"
  118.                     BuildAction = "Compile"
  119.                 />
  120.                 <File
  121.                     RelPath = "Common\dxmutenum.cs"
  122.                     Link = "..\..\Common\dxmutenum.cs"
  123.                     SubType = "Code"
  124.                     BuildAction = "Compile"
  125.                 />
  126.                 <File
  127.                     RelPath = "Common\dxmutexception.cs"
  128.                     Link = "..\..\Common\dxmutexception.cs"
  129.                     SubType = "Code"
  130.                     BuildAction = "Compile"
  131.                 />
  132.                 <File
  133.                     RelPath = "Common\dxmutgui.cs"
  134.                     Link = "..\..\Common\dxmutgui.cs"
  135.                     SubType = "Code"
  136.                     BuildAction = "Compile"
  137.                 />
  138.                 <File
  139.                     RelPath = "Common\dxmutmesh.cs"
  140.                     Link = "..\..\Common\dxmutmesh.cs"
  141.                     SubType = "Code"
  142.                     BuildAction = "Compile"
  143.                 />
  144.                 <File
  145.                     RelPath = "Common\dxmutmisc.cs"
  146.                     Link = "..\..\Common\dxmutmisc.cs"
  147.                     SubType = "Code"
  148.                     BuildAction = "Compile"
  149.                 />
  150.                 <File
  151.                     RelPath = "Common\dxmutSettingsDlg.cs"
  152.                     Link = "..\..\Common\dxmutSettingsDlg.cs"
  153.                     SubType = "Code"
  154.                     BuildAction = "Compile"
  155.                 />
  156.                 <File
  157.                     RelPath = "Common\AssemblyInfo.cs"
  158.                     Link = "..\..\Common\AssemblyInfo.cs"
  159.                     SubType = "Code"
  160.                     BuildAction = "Compile"
  161.                 />
  162.                 <File
  163.                     RelPath = "Common\directx.ico"
  164.                     Link = "..\..\Common\directx.ico"
  165.                     BuildAction = "EmbeddedResource"
  166.                 />
  167.             </Include>
  168.         </Files>
  169.     </CSHARP>
  170. </VisualStudioProject>
  171.  
  172.